Goto

Collaborating Authors

 advanced deep learning


Advanced Deep Learning and Large Language Models: Comprehensive Insights for Cancer Detection

Habchi, Yassine, Kheddar, Hamza, Himeur, Yassine, Belouchrani, Adel, Serpedin, Erchin, Khelifi, Fouad, Chowdhury, Muhammad E. H.

arXiv.org Artificial Intelligence

The rapid advancement of deep learning (DL) has transformed healthcare, particularly in cancer detection and diagnosis. DL surpasses traditional machine learning and human accuracy, making it a critical tool for identifying diseases. Despite numerous reviews on DL in healthcare, a comprehensive analysis of its role in cancer detection remains limited. Existing studies focus on specific aspects, leaving gaps in understanding its broader impact. This paper addresses these gaps by reviewing advanced DL techniques, including transfer learning (TL), reinforcement learning (RL), federated learning (FL), Transformers, and large language models (LLMs). These approaches enhance accuracy, tackle data scarcity, and enable decentralized learning while maintaining data privacy. TL adapts pre-trained models to new datasets, improving performance with limited labeled data. RL optimizes diagnostic pathways and treatment strategies, while FL fosters collaborative model development without sharing sensitive data. Transformers and LLMs, traditionally used in natural language processing, are now applied to medical data for improved interpretability. Additionally, this review examines these techniques' efficiency in cancer diagnosis, addresses challenges like data imbalance, and proposes solutions. It serves as a resource for researchers and practitioners, providing insights into current trends and guiding future research in advanced DL for cancer detection.


Enhancing UAV Security Through Zero Trust Architecture: An Advanced Deep Learning and Explainable AI Analysis

Haque, Ekramul, Hasan, Kamrul, Ahmed, Imtiaz, Alam, Md. Sahabul, Islam, Tariqul

arXiv.org Artificial Intelligence

In the dynamic and ever-changing domain of Unmanned Aerial Vehicles (UAVs), the utmost importance lies in guaranteeing resilient and lucid security measures. This study highlights the necessity of implementing a Zero Trust Architecture (ZTA) to enhance the security of unmanned aerial vehicles (UAVs), hence departing from conventional perimeter defences that may expose vulnerabilities. The Zero Trust Architecture (ZTA) paradigm requires a rigorous and continuous process of authenticating all network entities and communications. The accuracy of our methodology in detecting and identifying unmanned aerial vehicles (UAVs) is 84.59\%. This is achieved by utilizing Radio Frequency (RF) signals within a Deep Learning framework, a unique method. Precise identification is crucial in Zero Trust Architecture (ZTA), as it determines network access. In addition, the use of eXplainable Artificial Intelligence (XAI) tools such as SHapley Additive exPlanations (SHAP) and Local Interpretable Model-agnostic Explanations (LIME) contributes to the improvement of the model's transparency and interpretability. Adherence to Zero Trust Architecture (ZTA) standards guarantees that the classifications of unmanned aerial vehicles (UAVs) are verifiable and comprehensible, enhancing security within the UAV field.


Advanced Deep Learning With TensorFlow

#artificialintelligence

This Course simplifies the advanced Deep Learning concepts like Deep Neural Networks, Convolutional Neural Networks, Recurrent Neural Networks, Long Short Term Memory (LSTM), Gated Recurrent Units(GRU), etc. TensorFlow, Keras, Google Colab, Real World Projects and Case Studies on topics like Regression and Classification have been described in great detail. Advanced Case studies like Self Driving Cars will be discussed in great detail. Currently the course has few case studies.The objective is to include at least 20 real world projects soon. Case studies on topics like Object detection will also be included. TensorFlow and Keras basics and advanced concepts have been discussed in great detail.


Crowdsourcing -- A Step Towards Advanced Deep Learning

#artificialintelligence

Deep learning technology has been more prevalent in our daily lives in recent years, with architectures that are becoming increasingly complex, requiring large-scale GPU clusters for model training. To circumvent this limitation, many academics are considering whether it is possible to crowdsource the training of big models by utilizing the computing capacity of massive individual graphics cards that are idle on the Internet.


Advanced Deep Learning with Python: Design and implement advanced next-generation AI solutions using TensorFlow and PyTorch: Vasilev, Ivan: 9781789956177: Amazon.com: Books

#artificialintelligence

In order to build robust deep learning systems, you'll need to understand everything from how neural networks work to training CNN models. In this book, you'll discover newly developed deep learning models, methodologies used in the domain, and their implementation based on areas of application. You'll start by understanding the building blocks and the math behind neural networks, and then move on to CNNs and their advanced applications in computer vision. You'll also learn to apply the most popular CNN architectures in object detection and image segmentation. You'll then use neural networks to extract sophisticated vector representations of words, before going on to cover various types of recurrent networks, such as LSTM and GRU. You'll even explore the attention mechanism to process sequential data without the help of recurrent neural networks (RNNs).


The Attention Mechanism from Scratch

#artificialintelligence

The attention mechanism was introduced to improve the performance of the encoder-decoder model for machine translation. The idea behind the attention mechanism was to permit the decoder to utilize the most relevant parts of the input sequence in a flexible manner, by a weighted combination of all of the encoded input vectors, with the most relevant vectors being attributed the highest weights. In this tutorial, you will discover the attention mechanism and its implementation. The Attention Mechanism from Scratch Photo by Nitish Meena, some rights reserved. The attention mechanism was introduced by Bahdanau et al. (2014), to address the bottleneck problem that arises with the use of a fixed-length encoding vector, where the decoder would have limited access to the information provided by the input. This is thought to become especially problematic for long and/or complex sequences, where the dimensionality of their representation would be forced to be the same as for shorter or simpler sequences.


Advanced Deep Learning: Key Terms

#artificialintelligence

In Part 1, we left off talking about the custom training loop that you need to write in order to tap into the power of the extended framework. If you have a simple network, it's likely TrainNetwork will do the trick. For everything else, we can write the training loop ourselves.


Advanced Deep Learning with TensorFlow 2 and Keras 2nd Ed

#artificialintelligence

There are three new chapters in the second edition and if you are interested in their topics they make it worth buying the new edition even if you have the old one. Chapter 11 is on a subject I find fascinating because it offers so many immediate practical applications - object detection. Only one algorithm is presented, SSD, although it is a good one. The chapter lacks an overall survey of the methods of object detection or any history but this isn't unreasonable. Chapter 12 is about the related topic of semantic segmentation, i.e. allocating pixels to objects.


9 Books on Generative Adversarial Networks (GANs)

#artificialintelligence

Generative Adversarial Networks, or GANs for short, were first described in the 2014 paper by Ian Goodfellow, et al. titled "Generative Adversarial Networks." Since then, GANs have seen a lot of attention given that they are perhaps one of the most effective techniques for generating large, high-quality synthetic images. As such, a number of books have been written about GANs, mostly focusing on how to develop and use the models in practice. In this post, you will discover books written on Generative Adversarial Networks. Discover how to develop DCGANs, conditional GANs, Pix2Pix, CycleGANs, and more with Keras in my new GANs book, with 29 step-by-step tutorials and full source code.


Advanced Deep Learning & Reinforcement Learning - YouTube

#artificialintelligence

This course, taught originally at UCL and recorded for online access, has two interleaved parts that converge towards the end of the course. One part is on machine learning with deep neural networks, the other part is about prediction and control using reinforcement learning. The two strands come together when we discuss deep reinforcement learning, where deep neural networks are trained as function approximators in a reinforcement learning setting. The deep learning stream of the course will cover a short introduction to neural networks and supervised learning with TensorFlow, followed by lectures on convolutional neural networks, recurrent neural networks, end-to-end and energy-based learning, optimization methods, unsupervised learning as well as attention and memory. Possible applications areas to be discussed include object recognition and natural language processing.